If cookies are disabled in client browser will session work
3230
23-May-2011
Anonymous User
31-Aug-2011The session cookie is a special non-persistant cookie. It's only stored in memory, so in most cases even when cookies are disabled it still works fine.
It's also possible to enable something called cookieless sesssions where the sessionID is embedded in the URL, like this:
http://abc.com/data/ (encrypted session ID here) /abc.aspx